func runtime.memhash
10 uses
runtime (current package)
alg.go#L24: return memhash(p, h, 1)
alg.go#L28: return memhash(p, h, 2)
alg.go#L32: return memhash(p, h, 16)
alg.go#L39: return memhash(p, h, size)
alg.go#L68: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
alg.go#L128: return memhash(p, h, 4)
alg.go#L140: return memhash(p, h, 8)
alg.go#L232: return memhash(p, h, t.Size_)
alg.go#L439: return memhash(s.array, seed, uintptr(s.len))
tracemap.go#L71: hash := memhash(data, 0, size)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |